Conditions | 1 |
Total Lines | 16 |
Code Lines | 15 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import React, { Component } from "react" |
||
9 | render() { |
||
10 | return ( |
||
11 | <Layout> |
||
12 | <SEO |
||
13 | lang="nl-BE" |
||
14 | title="Zoeken" |
||
15 | description="Zoekpagina KCVV Elewijt" |
||
16 | path={this.props.location.pathname} |
||
17 | /> |
||
18 | |||
19 | <div className={"limited-width_wrapper"}> |
||
20 | <h1>Zoeken</h1> |
||
21 | |||
22 | <Search /> |
||
23 | </div> |
||
24 | </Layout> |
||
25 | ) |
||
30 |